Enable and run readability-redundant-member-init
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Tracking
(firefox120 fixed)
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 2 obsolete files)
Assignee | ||
Comment 1•2 years ago
|
||
Done with:
./mach static-analysis check --checks="-*, readability-redundant-member-init" --fix .
https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-member-init.html
Assignee | ||
Comment 2•2 years ago
|
||
Done with:
./mach static-analysis check --checks="-*, readability-redundant-member-init" --fix .
https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-member-init.html
Assignee | ||
Comment 3•2 years ago
|
||
Done with:
./mach static-analysis check --checks="-*, readability-redundant-member-init" --fix .
https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-member-init.html
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D190002
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
bugherder |
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 7•2 years ago
|
||
Command:
L=$(hg export -r tip|grep +++|cut -d/ -f2-)
./mach static-analysis check --checks="-*, modernize-use-equals-default" --fix $L
Comment 9•2 years ago
|
||
Backed out 2 changesets (bug 1856795) for causing build bustage at BasicEvents.h
Backout: https://hg.mozilla.org/integration/autoland/rev/b2a0801ae53cd4b890942a941a41073bf3bd3615
Failure log: https://treeherder.mozilla.org/logviewer?job_id=432505610&repo=autoland&lineNumber=59299
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/94ff2d8f87dd
https://hg.mozilla.org/mozilla-central/rev/aba20bc488e2
Assignee | ||
Updated•2 years ago
|
Description
•